home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / H-L / HHShpr105.cpt / Household Shopper.rsrc / TEXT_999_HelpTEXT.txt < prev    next >
Text File  |  1988-02-27  |  4KB  |  64 lines

  1. Household Shopper (ver. 1.05b)
  2. ---------------------------
  3.  
  4. by Charles R. Vass, 27 Feb 88
  5.  
  6. Certain portions by THINK Technologies, Inc.
  7. Portions created using the PROGRAMMER‚Äôs EXTENDER‚Ñ¢
  8. by Invention Software.
  9.  
  10.     Household Shopper (HHS) was written to help make managing shopping lists easier and more efficient.  In its current form it can handle up to forty (40) separate categories with each category containing forty items.  Though it could easily handle more categories I can‚Äôt imagine a household needing to manage a shopping list of over 1,600 items.  If you need to manage a list that big contact me and I‚Äôll customize one just for you.
  11.  
  12.     The present features of HHS are by no means final.  I have tried to include all those features I thought a shopper would want.  I‚Äôm not infallible.  There may be a list management feature that I haven‚Äôt thought of that should be included.  If sufficient demand is made for a new feature I will add it.  So please give me feedback on HHS.
  13.  
  14. This version (1.05) improves screen updating, corrects two error conditions, and adds screen buttons to go to the next or previous category and command keys for those buttons.
  15.  
  16.     HHS was created on a 512KE running system 3.2 and finder 5.3.  I have not been able to test it on an SE or Mac II.  If it has problems on one of these models please let me know and I‚Äôll try to figure out how to fix it.
  17.  
  18.     If you are a programmer and would like to have a copy of the pascal source code it is available for $5 if you provide the disk and SASE, $7 if I do.
  19.  
  20. Feature review:
  21. --------------
  22.  
  23. ‚Ä¢  Maximum file size is 40 categories.
  24.  
  25. ‚Ä¢  A category size is 40 items:
  26.  
  27. ‚Ä¢  An item consists of:
  28.    ‚Ä¢‚Ä¢ Need to buy button.
  29.    ‚Ä¢‚Ä¢ Name (25 Characters max.).
  30.    ‚Ä¢‚Ä¢ Brand (12 Characters max.).
  31.    ‚Ä¢‚Ä¢ Quantity/Size (12 Characters max.).
  32.    ‚Ä¢‚Ä¢ I have a coupon check box.
  33.  
  34. ‚Ä¢  File Menu
  35.    ‚Ä¢‚Ä¢  ‚ÄúNew‚Äù
  36.    ‚Ä¢‚Ä¢  ‚ÄúOpen‚Äù
  37.    ‚Ä¢‚Ä¢  ‚ÄúClose‚Äù
  38.    ‚Ä¢‚Ä¢  ‚ÄúSave‚Äù
  39.    ‚Ä¢‚Ä¢  ‚ÄúSave as‚Ķ‚Äù
  40.    ‚Ä¢‚Ä¢  ‚ÄúPrint‚Ķ‚Äù (Prints a list of the selected items.)
  41.    ‚Ä¢‚Ä¢  ‚ÄúPrint everything‚Äù (Prints the entire database.)
  42.    ‚Ä¢‚Ä¢  -----------------------------------------
  43.    ‚Ä¢‚Ä¢  ‚ÄúQuit‚Äù (Automatically saves when seleted.)
  44.  
  45. ‚Ä¢  Edit Menu
  46.    ‚Ä¢‚Ä¢  ‚ÄúCut‚Äù
  47.    ‚Ä¢‚Ä¢  ‚ÄúCopy‚Äù
  48.    ‚Ä¢‚Ä¢  ‚ÄúPaste‚Äù
  49.    ‚Ä¢‚Ä¢  -----------------------------------------
  50.    ‚Ä¢‚Ä¢  ‚ÄúAdd a new category‚Ķ‚Äù
  51.    ‚Ä¢‚Ä¢  ‚ÄúChange this category‚Äôs name‚Ķ‚Äù
  52.    ‚Ä¢‚Ä¢  ‚ÄúSort this category‚Äù  (Items sorted alphabetically by name.)
  53.    ‚Ä¢‚Ä¢  -----------------------------------------
  54.    ‚Ä¢‚Ä¢  ‚ÄúClear all selections‚Äù (ALL selected items unselected.)
  55.    ‚Ä¢‚Ä¢  ‚ÄúClear coupons in this category‚Äù
  56.    ‚Ä¢‚Ä¢  ‚ÄúDelete items‚Ķ‚Äù (Delete one or more items from a category.)
  57.    ‚Ä¢‚Ä¢  ‚ÄúRemove separations‚Äù (Blanks separating items removed.)
  58.    ‚Ä¢‚Ä¢  -----------------------------------------
  59.    ‚Ä¢‚Ä¢  ‚ÄúDelete this category‚Äù
  60.  
  61. ‚Ä¢  Keyboard shortcut:
  62.    ‚Ä¢‚Ä¢  All command key equivilants are marked on the screen or in the menus except three.  The TAB key will normally select the edit field to the right.  The combination of Command-TAB will select the edit field directly below the current one.
  63. Command-< is the same as pressing the ‚ÄúPrev‚Äù category button, Command-> is the same as pressing the ‚ÄúNext‚Äù category button.
  64.    ‚Ä¢‚Ä¢  This help screen can be navigated with the arrow keys and the < and > keys.  Use of the Command key in combo with these will scroll the screen a page at a time instead of a line at a time.